Tweak -^2 output to include extension info for xcsv formats.
git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@1273
f51c46e8-681c-474f-0cfe-
069cfd0219fb
#
DESCRIPTION Microsoft Streets and Trips 2002-2005
+EXTENSION txt
+
#
# FILE LAYOUT DEFINITIIONS:
svp[i] = xcalloc(1, sizeof **svp);
svp[i]->name = svec->name;
svp[i]->vec = xmalloc(sizeof(*svp[i]->vec));
+ svp[i]->extension = xcsv_file.extension;
*svp[i]->vec = *vec_list[0].vec; /* Interits xcsv opts */
/* Reset file type to inherit ff_type from xcsv for everything
* except the xcsv format itself, which we leave as "internal"